Skip to content

digithun/jamplay-comment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run development

# Install dependency
npm i

# Compile typescript and watch
npm run watch

# Run MongoDB
npm run up-dev

# Copy env
cp .env.example .env

# Develop : start graphql-server and nextjs
npm run dev
// go to localhost:${PORT} to development
// login and refresh

NOTE: VSCode recommended NOTE: Recommended to install TSLint plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.9%
  • CSS 2.9%
  • Shell 1.4%
  • Other 0.8%