Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathewjordan/react-boilerplate
https://github.com/mathewjordan/react-boilerplate
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathewjordan/react-boilerplate
- Owner: mathewjordan
- Created: 2018-10-30T14:17:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T16:12:11.000Z (about 6 years ago)
- Last Synced: 2024-10-12T09:30:10.749Z (3 months ago)
- Language: CSS
- Size: 9.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
[Yarn](https://yarnpkg.com/lang/en/docs/install)## Install Webpack, Babel, and React
1. Go to root directory of project in terminal.
2. Run `yarn`
3. If build process complete, a `node_modules` directory have been generated## Other Commands
- Run webpack build process:
`yarn build`
- Open react app in browser for active development: `yarn start`