Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mersocarlin/auction-app
https://github.com/mersocarlin/auction-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mersocarlin/auction-app
- Owner: mersocarlin
- License: mit
- Created: 2016-02-20T12:09:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T15:51:09.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T10:07:09.136Z (8 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auction-app
## Stack used
1. ESLint as JavaScript linter
2. ReactJS as UI library
3. react-router as routing handler for ReactJS
4. Redux as state container
5. Babel as JavaScript compiler
6. Webpack as module bundler## Running auction-app
`npm install`
`npm run dev`Access `localhost:8080` in your browser.