Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🎉 React SPA Template 🎉

An easy-to-use react template

  • React Single-Page-Application template without create-react-app
  • Configured with Webpack, Babel, ESLint, Sass, PostCSS and emotion
  • If you need anything else, please contribute or leave an issue!

Installation

# clone this repository
$ git clone https://github.com/ofnullable/react-spa-template

# go into template directory
$ cd react-spa-template

# install dependencies
$ npm install

Command

Basic usage

$ npm start

Run dev server on http://localhost:8080

Build

$ npm run build

Creating a Production Build. The build artifacts will be stored in the dist/ directory.

You can’t perform that action at this time.