Start by cloning the repository from Github:
git clone -b 1.0.0 https://github.com/sonnerberg/jsramverk-frontend
Change into the frontend
directory:
cd jsramverk-frontend/
Install the necessary dependencies:
npm install
Start the web server:
npm run start
Open your browser and point to the url:
firefox localhost:3000
- Validate input fields with
yup
- Use Formik for all inputs
-
Change page title when going to different pages -
Get markdown styles from GitHub - sindresorhus/github-markdown-css: The minimal amount of CSS to replicate the GitHub Markdown style