idlework / webpack-react-babel-postcss-boilerplate

Boilerplate with future front-end technology: webpack, react, babel, postcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-react-babel-postcss-boilerplate

A boilerplate setup which you can use for quick prototyping or a simple website. Technologies that are used:

The boilerplate is easily extended with other modules like:

  • ...

How to use

  1. Clone repository: git clone https://github.com/idlework/webpack-react-babel-postcss-boilerplate.git
  2. Delete the existing git repository by running rm -rf .git.
  3. Initialize a new git repository with git init, git add . and git commit -m "initial commit".
  4. Install Node modules: npm install
  5. Run development server npm start

Todo

  • Implement distribution settings

About

Boilerplate with future front-end technology: webpack, react, babel, postcss


Languages

Language:HTML 46.5%Language:JavaScript 37.1%Language:CSS 16.4%