An opinionated production-ready frontend boilerplate built on top of NextJS, shipped with TypeScript, SWR, Antd, Jest, testing-library and Storybook.
git clone --depth=1 [email protected]:dwarvesf/fortress-web.git
cd fortress-web
yarn install
Then, you can run locally in development mode with live reload:
yarn dev
Open http://localhost:3000 with your favorite browser to see your project.
Name | Link |
---|---|
Development | https://develop--fortress-v2.netlify.app/ |
Production | https://fortress-v2.netlify.app/ |
Name | Link |
---|---|
API Doc | https://develop-api.fortress.dwarvesf.com/swagger/index.html |