Skip to content

⚛️ A React boilerplate built from scratch with Webpack and Babel. A more lightweight and simple starting point for a Reach application than Create React App.

License

leodube/ReactSS

Repository files navigation

React-SS

React Simple Setup is a react boilerplate. This minimal setup handles installation of react, webpack, babel, and bootstrap dependencies.

Usage

git clone --depth=1 https://github.com/leodube/react-ss.git <PROJECT_NAME>
cd <PROJECT_NAME>
rm -rf .git .gitignore
npm install
npm start

Requires Node.js and npm.

Built with:

  • React
  • Webpack
  • Babel
  • Bootstrap

About

⚛️ A React boilerplate built from scratch with Webpack and Babel. A more lightweight and simple starting point for a Reach application than Create React App.

Topics

Resources

License

Stars

Watchers

Forks