Skip to content

omariosouto/formidable

Repository files navigation

Formidable · CircleCI PRs Welcome GitHub license Coverage Status

This project is just a test of an implementation of DDD concepts for Front End development.

About the project

Developing

Setting up Dev

If you want to run project and develop new features just type:

git clone https://github.com/omariosouto/formidable.git
cd formidable/
npm install && npm run dev

After it the project will open in a new tab on your favorite browser :)

Prerequisites

To run this project you need to install:

Configuration

This project ready to play has setup for:

  • Circle CI Contiunous Intergation: Just make an commit to master branch :);
  • Coveralls: Just run npm run test:coveralls;
  • Code linter with an styleguide: To check the style of your code just run: npm run lint;
  • Git hooks for better commits: Aways when you try to commit a git hook run the linter process;
  • Development server: This project has a development server with BrowserSync and you can start it running npm run dev;
  • Babel: This project support the most recent updates of javascript, if you want to improve babel features just change .babelrc and install new features;

Tests

If want to write tests in this project, place all your test files in ./tests/ directory.

Tools

Style guide

This project uses Airbnb JavaScript Style Guide.

Licensing

MIT License © Mario Souto.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors