An open API service indexing awesome lists of open source software.

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

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
```