react-form-engine
v2.0.0
Published
The purpose of the project is to provide a basic working environment to create reactjs component with. This is a starting point for project using those technologies. To make development easier, we are using - JSX - ES6 - Embeded less style This configura
Downloads
13
Readme
Boilerplate with ReactJs over NodeJS and Webpack-dev-server
The purpose of the project is to provide a basic working environment to create reactjs component with. This is a starting point for project using those technologies. To make development easier, we are using
- JSX
- ES6
- Embeded less style This configuration enables live reload on both js and less files.
Requirement
You need to have installed:
- npm
- webpack
- webpack-dev-server
- node
Set-up
To import all required modules, after cloning the github project, run in the root directory :
$ yarn install --pure-lockfile
To build the project :
$ yarn install
This command generates a bundle file in the public directory: index.js
Run example
$ yarn start:example
Run tests
$ yarn test:project