Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
/ frontend Public archive

The Mixnjuice web application

License

Notifications You must be signed in to change notification settings

mixnjuice/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixnjuice Frontend

Build status: CircleCI

Test coverage: codecov

Usage

After cloning the repository, run npm install to install the dependencies. From there, npm run build will create a production build of the application in ./dist.

Testing

Run npm test to start the test runner and generate coverage information.

Development

To start a webpack-dev-server session, run npm start.

Visual Studio Code is the recommended IDE for this project.

The following VS Code extensions will improve your development experience:

  • dbaeumer.vscode-eslint
  • esbenp.prettier-vscode
  • stylelint.vscode-stylelint

The recommended settings for the extensions and VS Code are saved in .vscode/settings.json and will automatically be used.