fluorum

1.0.0 • Public • Published

React pages boilerplate

Cover This boilerplate introduces a simple way for developing serverless React applications, which are perfect for serving from Github Pages.

Technologies

Preinstalled and configured libraries

Getting started

  • Clone git clone https://github.com/rtivital/react-pages-boilerplate or download this repository.
  • Install dependencies: npm install
  • Run the project: npm start
  • Remove git folder with npm run clean:git (this will remove .git folder attached to react-pages-boilerplate) and follow these instructions to init new Github repository and enable publishing to Gihub Pages.

npm scripts

  • npm start – starts development server with webpack-dev-server
  • npm test – runs tape with babel-register
  • npm run build – builds project to production (Note that the result bundle is not suitable for hosting on Github Pages, use npm run deploy to build and deploy to Github Pages)
  • npm run deploy – builds and deploys project to Github pages
  • npm run lint – lints both JavaScript (with npm run lint:js) and Sass files (with npm run lint:scss)

Readme

Keywords

none

Package Sidebar

Install

npm i fluorum

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rtivital