1.0.0 • Published 6 years ago

kidstories-front v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

WIP Kidstories Front End Application

React + Ant Design + Nextjs Stack

Travis GitHub issues by-label

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",