A React framework for web artisans nextjs 9
Imnext is a web application framework with nextjs, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Imnext takes the pain out of development by easing common tasks used in many web projects, such as:
Imnext is accessible, powerful, and provides tools required for large, robust applications.
Check your nodejs version is 12
# Clone project
$ clone git@github.com:imagine10255/imnext.git my-imnext-project
# Enter folder and Install, then copy environment setting
$ cd my-imnext-project && yarn && cp .env.sandbox .env
# Start develop
$ yarn dev
> 🚀 Ready on http://localhost:3000
open browser example in http://localhost:3000/example
# Ready Release
$ docker-compose build
# Run
$ docker-compose up --build
> 🚀 Ready on http://localhost:3000
# Build and Exprot
$ yarn build && yarn export
# Test Run
$ yarn export:start
> Local: http://localhost:8080
$ rm -rf ./src/pages/example ./public/static/images/example ./src/container/example ./public/static/locales/*/example.json