Use this template to build your own modules for react@^16.0.0
- Clone this repository
- Run
yarn install
(Usage of Yarn is recommended) - Edit the
src/index.jsx
file and then runnpm run dev
. - This will start the
webpack-dev-server
- Then open your browser at
localhost:3100
- The browser will be updated everytime you change the code at
src/index.jsx
- Linting with eslint
- Linting code style: Airbnb
- Testing with
jest@^21.2.1
andenzyme@^3.1.1
- Uses
babel
for JS transpiling - Uses
webpack
for building the code
/src
: The module code/test
: The tests for thesrc
components/build
: The target compilation directory
Juan Camilo Guarín Peñaranda
Otherwise SAS
https://owsas.com
Cali, Colombia, 2017
MIT