https://github.com/a-m-dev/reactjs-boilerplate-lite
Simple Template for starting react js projects using webpack dev server
https://github.com/a-m-dev/reactjs-boilerplate-lite
babel javascript react reactjs reactrouter redux webpak
Last synced: 18 days ago
JSON representation
Simple Template for starting react js projects using webpack dev server
- Host: GitHub
- URL: https://github.com/a-m-dev/reactjs-boilerplate-lite
- Owner: a-m-dev
- Created: 2018-06-01T21:09:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T15:28:18.000Z (over 3 years ago)
- Last Synced: 2025-02-16T00:24:23.911Z (over 1 year ago)
- Topics: babel, javascript, react, reactjs, reactrouter, redux, webpak
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJs_Boilerplate(Lite)
Simple Template for starting react js projects
## installing
all you need to do is
```
npm install
```
and then wait for it to install all packages
## Starting
```
npm run build:dev
```
this will runs `webpack-dev-server` and open up a new browser tab in http://localhost:8000/
for production run
```
npm run build:prod
```
this command is for production , when you done with your project , run this , it will create a folder called `dist` and manages your project as best as it could...
## Branches
these are all branches of this repo, each branch targeted for an specific use case:
[master](https://github.com/a-m-dev/ReactJs-Boilerplate-Lite/tree/master) || base react set up with `webpack-dev-server`
[routing](https://github.com/a-m-dev/ReactJs-Boilerplate-Lite/tree/routing) || basic routing set up
and many more comming soon...