https://github.com/noviel/react-test-project
React Test Project
https://github.com/noviel/react-test-project
Last synced: 8 months ago
JSON representation
React Test Project
- Host: GitHub
- URL: https://github.com/noviel/react-test-project
- Owner: Noviel
- Created: 2017-02-22T17:47:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T19:02:18.000Z (over 9 years ago)
- Last Synced: 2025-02-05T02:17:18.822Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#react-test-project
## Structure
- `/assets` - static files
- `/assets/dist` - compiled by Webpack files
- `config.js` - basic config constants for Webpack and server
- `server.js` - server entry point
- `/src/components/lib` - helper components
##
```sh
git clone git@github.com:Noviel/react-test-project.git
```
## Launching
```sh
npm install && npm run build && npm start
start http://localhost:3000
```