Make sure you have NodeJs installed: https://nodejs.org/en/
npm install
: Install dependencies. If cypress was not installed on your machine, it might take a bit of time.npm run dev
: Run the app locally at localhost:3001npm run test
: Run the sample jest-testnpm run cypress:open
Run the sample cypress-test
- Nextjs: React with SSR-support
- Redux: State-management, support both server and client side
- Typescript: Typescript on (almost) everything!
- Styled-components: Scoped styling for components and pages
- /pages: Views in the web app
- /components: Components used on pages
- /shared: Shared utils, constants, colors..
- /redux: State management with ducks-pattern