Skip to content

🥊 This is boilerplate next js with implementation typescript, bulma framework css, and redux toolkit for management state. And I made a folder structure that is best practice for the frontend project

License

Notifications You must be signed in to change notification settings

zahidin/next-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next TS Boilerplate

This is boilerplate next js with implementation typescript, bulma framework css, and redux toolkit for management state. And I made a folder structure that is best practice for the frontend project

License

Motivation

I learned how I made a frontend application with a maintainable and scalable structure to simplify the development process

Installing

  1. First install dependency project
npm install
  1. Second run the application using this command for development mode
npm run dev
  1. Second run the application using this command for development mode
npm run dev

Running the tests

You can running the test using this command

npm run test

Build

You can build using this command

npm run build

Running For Production

You can run production mode with this command

npm run build && npm run start

Authors

  • Muhammad Zahidin Nur - Full stack developer - My Github

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

🥊 This is boilerplate next js with implementation typescript, bulma framework css, and redux toolkit for management state. And I made a folder structure that is best practice for the frontend project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published