Giter Club home page Giter Club logo

next-playground's Introduction

next playground

Setup

./build.sh install

Development (docker mode)

# clean and build new one
./dev.sh "new" 

# use existed image to run container
./dev.sh 


# Alternative
./build.sh stop && docker-compose up -d && docker logs -f next-playground --since 0s

Development (standard)

Prerequisites

  • Node 18+ (node 18-alpine)

Setup

npm install
# or
yarn install

development server:

npm run dev
# or
yarn dev

Contribution development

Standard

Check lint

npm run lint
# or
yarn run lint

Check build

npm run build
# or
yarn run build

With docker

Check lint

./build.sh lint

Check build

./build.sh build

Environment

to change ./environment/.env-local

production

create file ${name_env}.json and start :

# example project root /app
touch env-production.json
# insert content
# /app/* -> projects location
# /app/env-production.json 

NODE_PROD='env-production.json' yarn run build && NODE_PROD='env-production.json' yarn run start 

next-playground's People

Contributors

jindouang avatar

Watchers

James Cloos avatar  avatar

next-playground's Issues

start developping (components etc...)

Goal : Doing some dashboard or something that will include some API or data to fetch

  • creating component
  • having a service or API
  • Redux / Store style
  • Route style

Todo

  • #2
  • Template pull request
  • tailwind css
  • scss
  • #3
  • #7
  • #5
  • #4
  • docs readme starter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.