Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesfurets/react-form-engine


https://github.com/lesfurets/react-form-engine

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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 :
```bash
$ yarn install --pure-lockfile
```
To build the project :
```bash
$ yarn install
```
This command generates a bundle file in the public directory: index.js

## Run example
```bash
$ yarn start:example
```

## Run tests
```bash
$ yarn test:project
```