import React from 'react'; import clsx from 'clsx'; import styles from './styles.module.css'; export const Highlight = ({children, color}) => ( {children} ); export const Dependencies = ({}) => { return (

Dependencies

) } export default function HomepageFeatures(): JSX.Element { return (

Features of NilaJS

  • Runs on NodeJS
  • Built on top of Express.js
  • Implemented with MVC pattern
  • Easy to Code with very few bugs
  • Short Development time

Getting started

npm install nilajs -g

nila create:app appName
); }