1.0.0 • Published 8 years ago
kidstories-front v1.0.0
WIP Kidstories Front End Application
React + Ant Design + Nextjs Stack
This is the frontend of kidstories app using ant design and SSR server-side rendering of nextjs
How to use
Download the example or clone the repo:
git clone https://github.com/nenjotsu/kidstories-front.gitInstall it and run:
yarn install
yarn devDeploy it to the cloud with now (download)
nowDeploy in Docker
docker build -t ksapp .
docker container run -d --name ksappcontainer -p 8787:8787 ksappThe idea behind the example
This application shows how to use Next.js along with Ant Design of React. This is intended to show the integration of this UI toolkit with the Framework.
// "test:once": "nyc cover -x *.test.js _mocha -- -R spec index.test.js",1.0.0
8 years ago