2.0.0 • Published 4 years ago

react-form-engine v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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