https://github.com/rodrigowpl/react-boilerplate
Amazing React Boilerplate
https://github.com/rodrigowpl/react-boilerplate
babel7 react react-hot-loader webpack4
Last synced: about 2 months ago
JSON representation
Amazing React Boilerplate
- Host: GitHub
- URL: https://github.com/rodrigowpl/react-boilerplate
- Owner: rodrigowpl
- Created: 2018-09-07T21:09:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T22:11:26.000Z (over 7 years ago)
- Last Synced: 2025-05-20T02:50:33.331Z (about 1 year ago)
- Topics: babel7, react, react-hot-loader, webpack4
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# This is amazing React boilerplate
## What's inside it?
- React 16
- Webpack 4
- Babel 7
- Hot reload
## How you can use it?
This is a basic structure that you can use for any project size; it's a quick start to help you start.
## Dependencies
- Node js => v8
## Up and Running
- Install dependencies `yarn (or npm i)`
- Run `yarn dev (or npm run dev)` to start dev server on `http://localhost:3000`
## Available scripts
- `yarn dev (or npm run dev)`: Start the application on development mode
- `yarn build (or npm run build)`: Build production build on `dist` directory
## Testing your production build
- Install **serve** running `npm i -g serve`
- Run `serve dist/ -s`
Go ahead and have fun ;D
## License
[MIT](https://github.com/RodrigoWP/licenses/blob/master/LICENSE) © Rodrigo Wippel