https://github.com/citguru/react-app-boilerplate
A react app boilerplate written from scratch with PWA enabled
https://github.com/citguru/react-app-boilerplate
babel7 boilerplate create-react-app nigeria react react-app react-boilerplate react-pwa reactjs webpack4
Last synced: 4 days ago
JSON representation
A react app boilerplate written from scratch with PWA enabled
- Host: GitHub
- URL: https://github.com/citguru/react-app-boilerplate
- Owner: CITGuru
- Created: 2018-12-08T09:14:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T09:56:14.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T12:14:52.501Z (7 months ago)
- Topics: babel7, boilerplate, create-react-app, nigeria, react, react-app, react-boilerplate, react-pwa, reactjs, webpack4
- Language: JavaScript
- Size: 207 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
React App Boilerplate from Scratch
######This is just a react app setup written from scratch with out the use of create-react-app and its PWA enabled.
Installation
######```bash
$ git clone git@github.com:CITGuru/react-app-boilerplate.git
$ cd react-app-boilerplate
$ npm install```
Usage
######Run the below command to compile your code
```bash
$ npm start
```Run the below command to compile your code for prod server
```bash
$ npm build
```Run the below command to compile your code for dev server and hot reloding
```bash
$ npm run dev
```