Skip to content

KhaledElAnsari/inferno-milligram-boilerplate

Repository files navigation

Inferno-Milligram Boilerplate

Welcome to another "lightweight", "modern" front-end boilerplate.

Initials

  • Clone repository

    git clone --depth 1 https://github.com/KhaledElAnsari/inferno-milligram-boilerplate.git
    
  • Install

    npm install
    
  • Run

    npm start
    

    then go to http://localhost:3000/ to see your progress

  • Build

    npm run build
    

    build files will be located at dist directory/folder

  • Unit Testing

    npm test
    

Learn

To learn more about Inferno and Milligram here's their official documentations

TODO

  • Add UI/E2E testing

Contribution

Any suggestion/contribution is welcomed, happy coding!.

License

This project is under MIT License