1.0.0 • Published 4 years ago

happy_frontend v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Welcome to happy_frontend

happy_frontend is supposed to become a customized deployed application ecosystem for each of CNADs current and future customers. For now it is a single repository, which will soon be divided into different microservices. For each microservice we will use UI components from the component library created with storybook and provided by github packages.

Technologies

This project was bootstrapped with Parcel-bundler and uses different technologies such as:

Getting started

Install

First install all the packages with

yarn install

Development

Now you can start the application with

yarn start

This runs the app in the development mode at http://localhost:1234. The page will reload if you make edits.

Tests

You can launch all jest tests with

yarn test

Please make that all the tests are passing before you create a pull request.

Production

You can build the app for production with

yarn build

You can find the build in the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about production for more information.

Learn More

You can learn more in the Parcel documentation.

To learn React, check out the React documentation.