Skip to content

Zffu/MoxtJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

MoxtJS

A NodeJS framework to make websites WARNING: MoxtJS is currently being build and should not be used in production right now.
Explore the docs »

View Example · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

MoxtJS was created because i wanted a fast and friendly web framework to make websites easy.

(back to top)

Built With

  • NodeJS

(back to top)

Getting Started

You can get started by checking our wiki

Installation

You can use this command to install MoxtJS using npm

  • npm
    npm install moxt.js -g

(back to top)

Usage

An hello world page

function Page() {
    return "Hello World"
}

module.exports = {Page}

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add an NPM package
  • Added basic compiler and core
  • Add page components
  • Add dynamic page system
  • Add Obfuscation when exported

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Zffu - zffumc@gmail.com

Project Link: https://github.com/Zffu/MoxtJS

(back to top)

About

MoxtJS is a web framework coded in NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published