Code Monkey home page Code Monkey logo

crust_dashboard's Introduction

Parcel React App

Development

Start the development server run:

npm run dev

This will automatically open http://localhost:3000 in your browser.

Open an other terminal and run mock server to load data

npm run mock-server

Production

Build for production run:

npm run build

This will bundle your application in the build folder.

Formatting and Linting

The app uses eslint and stylelint for linting and prettier for formatting files. Supports the following file extensions: .js, .jsx, .json, .md, .css and .scss.

To fix formatting issues:

npm run format

To lint your code:

npm run lint

Formatting and Linting JS

If you want to fix JavaScript issues:

npm run format:js

To lint JavaScript code:

npm run lint:js

This will also fix or lint if you have .json and .md files inside the src/ folder.

Formatting and Linting Styles

If you want to fix only style issues:

npm run format:style

To lint your style:

npm run lint:style

Testing

The app uses Jest a test runner and Enzyme a testing utilitis for React.

To run all unit tests:

npm run test

Run watch mode:

npm run test:watch

Get coverage report run:

npm run test:coverage

License

This project is licensed under the MIT License - see the LICENSE file for details.

crust_dashboard's People

Contributors

hitman401 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.