Licence
MIT
Version
1.0.0
Deps
14
Size
639 kB
Vulns
8
Weekly
0
DeprecatedThis package is deprecated
[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.git
Install it and run:
yarn install
yarn dev
Deploy it to the cloud with now (download)
now
Deploy in Docker
docker build -t ksapp .
docker container run -d --name ksappcontainer -p 8787:8787 ksapp
The 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",